home *** CD-ROM | disk | FTP | other *** search
- -- background: 2736 from stack: in
- -- bmap block id: 3184
- -- flags: 0000
- -- background id: 0
- -- name:
-
-
- -- part 1 (field)
- -- low flags: 80
- -- high flags: 0000
- -- rect: left=66 top=303 right=321 bottom=90
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: ans
-
-
- -- part 2 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=18 top=73 right=138 bottom=493
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 24
- -- style flags: 0
- -- line height: 32
- -- part name: Q
-
-
- -- part 3 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=82 top=150 right=176 bottom=489
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 18
- -- style flags: 0
- -- line height: 24
- -- part name: 1
- ----- HyperTalk script -----
- on mouseup
- global response
- global tries
- put 1 into response
- add 1 to tries
- put tries into background field "try"
- check
- end mouseup
-
-
-
- -- part 4 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=83 top=184 right=210 bottom=490
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 18
- -- style flags: 0
- -- line height: 24
- -- part name: 2
- ----- HyperTalk script -----
- on mouseup
- global response
- put 2 into response
- check
- end mouseup
-
-
-
- -- part 5 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=83 top=217 right=243 bottom=492
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 18
- -- style flags: 0
- -- line height: 24
- -- part name: 3
- ----- HyperTalk script -----
- on mouseup
- global response
- put 2 into response
- check
- end mouseup
-
-
-
- -- part 6 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=83 top=252 right=278 bottom=492
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 18
- -- style flags: 0
- -- line height: 24
- -- part name: 4
- ----- HyperTalk script -----
- on mouseup
- global response
- put 2 into response
- check
- end mouseup
-
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 0006
- -- rect: left=56 top=147 right=174 bottom=271
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: b1
- ----- HyperTalk script -----
- on mouseUp
- global response
- global tries
- global lastClick
-
- if the seconds - lastClick < 4 then exit mouseup
- else put the seconds into lastClick
- put 1 into response
- add 1 to tries
- put tries into background field "try"
- check
- end mouseUp
-
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: 0006
- -- rect: left=56 top=183 right=208 bottom=271
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: b2
- ----- HyperTalk script -----
- on mouseUp
- global response
- global tries
- global lastClick
-
- if the seconds - lastClick < 4 then exit mouseup
- else put the seconds into lastClick
- put 2 into response
- add 1 to tries
- put tries into background field "try"
- check
- end mouseUp
-
-
-
- -- part 11 (button)
- -- low flags: 00
- -- high flags: 0006
- -- rect: left=58 top=215 right=241 bottom=271
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: b3
- ----- HyperTalk script -----
- on mouseUp
- global response
- global tries
- global lastClick
-
- if the seconds - lastClick < 4 then exit mouseup
- else put the seconds into lastClick
- put 3 into response
- add 1 to tries
- put tries into background field "try"
- check
- end mouseUp
-
-
-
- -- part 12 (button)
- -- low flags: 00
- -- high flags: 0006
- -- rect: left=59 top=251 right=276 bottom=271
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: b4
- ----- HyperTalk script -----
- on mouseUp
- global response
- global tries
- global lastClick
-
- if the seconds - lastClick < 4 then exit mouseup
- else put the seconds into lastClick
- put 4 into response
- add 1 to tries
- put tries into background field "try"
- check
- end mouseUp
-
-
-
- -- part 13 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=403 top=294 right=326 bottom=456
- -- title width / last selected line: 0
- -- icon id / first selected line: 1014 / 1014
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Button
- ----- HyperTalk script -----
- on mouseUp
- go to previous card in stack
-
- end mouseUp
-
-
-
- -- part 14 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=458 top=294 right=326 bottom=505
- -- title width / last selected line: 0
- -- icon id / first selected line: 1013 / 1013
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Button
- ----- HyperTalk script -----
- on mouseUp
- visual effect wipe left
- go to next card in stack
- end mouseUp
-
-
-
- -- part 15 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=9 top=294 right=340 bottom=61
- -- title width / last selected line: 0
- -- icon id / first selected line: 20098 / 20098
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Button
- ----- HyperTalk script -----
- on mouseUp
- go home
- end mouseUp
-
-
-
- -- part 17 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=481 top=58 right=76 bottom=504
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: number
-
-
- -- part 18 (field)
- -- low flags: 80
- -- high flags: 0001
- -- rect: left=349 top=96 right=174 bottom=507
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 2
- -- text size: 24
- -- style flags: 4096
- -- line height: 32
- -- part name: correct
-
-
- -- part 19 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=480 top=39 right=57 bottom=506
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: try
-
-
- -- part 20 (button)
- -- low flags: 00
- -- high flags: 8004
- -- rect: left=412 top=7 right=32 bottom=507
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Reset Count
- ----- HyperTalk script -----
- on mouseUp
- global number
- global tries
- put zero into tries
- put zero into number
- put tries into background field "try"
- put number into background field "number"
- end mouseUp
-
-